From: Richard M. Stallman Date: Sun, 18 Nov 2001 06:52:56 +0000 (+0000) Subject: Comment change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~60500 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b5a4bb222b620f24a43e6ef1559b710d563f0e5a;p=emacs.git Comment change. --- diff --git a/src/marker.c b/src/marker.c index b634d644790..475e5ffad6d 100644 --- a/src/marker.c +++ b/src/marker.c @@ -722,7 +722,10 @@ set_marker_restricted_both (marker, buffer, charpos, bytepos) return marker; } -/* This is called during garbage collection, +/* Remove MARKER from the chain of whatever buffer it is in. + Leave it "in no buffer". + + This is called during garbage collection, so we must be careful to ignore and preserve mark bits, including those in chain fields of markers. */